home *** CD-ROM | disk | FTP | other *** search
/ Draw 3 / Draw 3.iso / AOL90 / COMP02.000 / %MAINDIR% / CalendarResource.dll / HTML / IDH_ACSIGNON < prev    next >
Encoding:
Text File  |  2004-11-29  |  1.8 KB  |  67 lines

  1. <html>
  2.  
  3. <head>
  4.     <title>America Online</title>
  5.     <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
  6.     <style>
  7.          BODY { background-color: #D1E5F3 }
  8.         .TITLE { font-family: arial; font-size: 11px; font-weight: bold; 
  9.                  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#AAAADD }
  10.         .HEADER { font-family: arial; font-size: 11px; font-weight: bold; }
  11.         .LABEL { font-family: arial; font-size: 11px; font-weight: bold; }
  12.         .SECTION { font-family: arial; font-size: 11px; font-weight: bold;
  13.                  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#AAAADD }
  14.         .CONTENT { font-family: arial; font-size: 11px; font-weight: normal; }
  15.         .FOOTER { font-family: arial; font-size: 11px; font-weight: normal; }
  16.     </style>
  17.     <script>
  18.         function notYetImplemented()
  19.         {
  20.             alert("Please sign on to AOL for this feature");
  21.         }
  22.         
  23.         function setInitialFocus()
  24.         {
  25.             // Set AOL icon
  26.             var helper = new ActiveXObject("AolCalSvr.ACWebDlgHelper.5");
  27.             helper.SetAOLIcon();
  28.         }
  29.         function OnActivate()
  30.         {
  31.             var helper = new ActiveXObject("AolCalSvr.ACWebDlgHelper.5");
  32.             helper.SetAOLIcon();
  33.         }
  34.  
  35.     </script>
  36.  
  37. </head>
  38. <BODY onload="return setInitialFocus();" onClose="OnSignOn('cancel');" onfocus="OnActivate();">
  39. <script>
  40.  
  41.  
  42. function OnSignOn(WhatToDo)
  43. {
  44.     if (WhatToDo == "SignOn")
  45.     {
  46.         window.returnValue = 1;
  47.     }
  48.     else
  49.     {
  50.         window.returnValue = -1;
  51.     }
  52.  
  53.     window.close();
  54. }
  55.  
  56. </script>
  57.  
  58. <br>
  59. <div ID="Message" class='CONTENT' align="left">
  60.          To use this feature, please sign on to AOL. 
  61. </div>
  62. <br><br>
  63. <p align="center">
  64.     <INPUT TYPE=image src="res:IDG_ACADDDLGOKBTN" alt="OK" align="center"" onclick="OnSignOn('SignOn');"</INPUT>
  65. <p>
  66. </body>
  67. </html>